(it_props): Undo last change.
authorKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 16:58:48 +0000 (16:58 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 16:58:48 +0000 (16:58 +0000)
src/xdisp.c

index 4ff3afd472b3331b285ac9a9ce90373ac2d5ccbd..b018735c3c6e760de337c8547514a48970b8a95a 100644 (file)
@@ -762,8 +762,8 @@ static struct props it_props[] =
   /* Handle `face' before `display' because some sub-properties of
      `display' need to know the face.  */
   {&Qface,             FACE_PROP_IDX,          handle_face_prop},
-  {&Qinvisible,                INVISIBLE_PROP_IDX,     handle_invisible_prop},
   {&Qdisplay,          DISPLAY_PROP_IDX,       handle_display_prop},
+  {&Qinvisible,                INVISIBLE_PROP_IDX,     handle_invisible_prop},
   {&Qcomposition,      COMPOSITION_PROP_IDX,   handle_composition_prop},
   {NULL,               0,                      NULL}
 };